/* 悬浮链接样式风格1*/
.kefu-left {
    display: block;
    width: 36px;
    background: #4499ef;
    border-radius: 5px 0 0 5px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding: 15px 0;
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 85px;
}

.kefu-left a {
    color: #fff;
}

.kefu-right {
    width: 104px;
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 15px;
    position: fixed;
    bottom: 85px;
    right: -136px;
    z-index: 99999;
}

#floatHide {
    display: none;
}

.kefu-right .kefu-qq {
    border-bottom: 2px solid #f5f5f5;
    font-size: 13px;
    color: #444;
}

.kefu-right .kefu-qq img {
    width: 20px;
    padding-right: 5px;
}

.kefu-right .kefu-qq p {
    margin-bottom: 10px;
}

.kefu-backtop a {
    background: #4499ef;
    color: #fff;
    border-radius: 3px;
    display: block;
    text-align: center;
}

/* 悬浮链接样式风格2 */
.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 85px;
    width: 70px;
    height: 240px;
}

.suspension-box {
    position: relative;
    float: right;
}

.suspension .a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #4499ef;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
}

.suspension .a.active,
.suspension .a:hover {
    background: #308ae5;
}

.suspension .a .i {
    float: left;
    width: 44px;
    height: 44px;
    background-image: url(../../index/images/side_icon.png);
    background-repeat: no-repeat;
}

.suspension .a-service .i {
    width: 44px;
    height: 44px;
    background: url(../../index/images/ico-qq.png) no-repeat;
}

.suspension .a-service-phone .i {
    width: 44px;
    height: 44px;
    background: url(../../index/images/ico-ren.png) no-repeat;
}

.suspension .a-qrcode .i {
    width: 44px;
    height: 44px;
    background: url(../../index/images/ico-ewm.png) no-repeat;
}

.suspension .a-top .i {
    width: 44px;
    height: 44px;
    background: url(../../index/images/ico-top.png) no-repeat;
}

.suspension .d {
    display: none;
    width: 223px;
    background: #fff;
    position: absolute;
    right: 67px;
    min-height: 90px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
    border-top: 0;
    border-right: 0;
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../../index/images/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 31px;
}

.suspension .d-service {
    top: 0;
}

.suspension .d-service-phone {
    top: 34px;
}

.suspension .d-qrcode {
    top: 78px;
}

.suspension .d .inner-box {
    padding: 8px 22px 12px;
}

.suspension .d-service-item {
    border-bottom: 1px solid #eee;
    padding: 14px 0;
}

.suspension .d-service .d-service-item {
    border-bottom: none;
}

.suspension .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
}

.suspension .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    background: url(../../index/images/side_con_icon03.png) no-repeat center 15px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
    background-position: center 3px;
}

.suspension .d-service-item h3 {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-qrcode {
    text-align: center;
}

.suspension .d-qrcode .inner-box {
    padding: 20px 0;
}

.suspension .d-qrcode p {
    font-size: 16px;
    color: #93959c;
}
